home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 5 (Internal Edition) / Apple R&P Lib Internal v5.0.iso / 6-Developer Demos / Developer Demos-Ed. / Macintosh School® CD-ROM Demo / Macintosh SchoolÆ CD-ROM Demo / card_106671.txt < prev    next >
Text File  |  1990-08-14  |  4KB  |  215 lines

  1. -- card: 106671 from stack: in
  2. -- bmap block id: 107185
  3. -- flags: 4000
  4. -- background id: 14423
  5. -- name: Comments…
  6. ----- HyperTalk script -----
  7. on groupOne
  8.   if not hilite of target then
  9.     repeat with index = 4 to 12
  10.       set hilite of button id index to false
  11.     end repeat
  12.     set hilite of target to true
  13.   end if
  14. end groupOne
  15.  
  16. on closeCard
  17.   repeat with index = 5 to 12
  18.     set hilite of button id index to false
  19.   end repeat
  20.   set hilite of button id 4 to true
  21. end closeCard
  22.  
  23.  
  24. -- part 1 (button)
  25. -- low flags: 00
  26. -- high flags: 0000
  27. -- rect: left=0 top=0 right=342 bottom=512
  28. -- title width / last selected line: 0
  29. -- icon id / first selected line: 0 / 0
  30. -- text alignment: 1
  31. -- font id: 0
  32. -- text size: 12
  33. -- style flags: 0
  34. -- line height: 16
  35. -- part name: 
  36.  
  37.  
  38. -- part 2 (button)
  39. -- low flags: 00
  40. -- high flags: 2000
  41. -- rect: left=339 top=209 right=225 bottom=417
  42. -- title width / last selected line: 0
  43. -- icon id / first selected line: 0 / 0
  44. -- text alignment: 1
  45. -- font id: 0
  46. -- text size: 12
  47. -- style flags: 0
  48. -- line height: 16
  49. -- part name: Open
  50. ----- HyperTalk script -----
  51. on mouseUp
  52.   lock screen
  53.   go back
  54.   show card field "Report Comments"
  55.   unlock screen
  56. end mouseUp
  57.  
  58.  
  59.  
  60. -- part 3 (button)
  61. -- low flags: 00
  62. -- high flags: 2000
  63. -- rect: left=339 top=234 right=250 bottom=417
  64. -- title width / last selected line: 0
  65. -- icon id / first selected line: 0 / 0
  66. -- text alignment: 1
  67. -- font id: 0
  68. -- text size: 12
  69. -- style flags: 0
  70. -- line height: 16
  71. -- part name: Cancel
  72. ----- HyperTalk script -----
  73. on mouseUp
  74.   lock screen
  75.   go back
  76.   unlock screen
  77. end mouseUp
  78.  
  79.  
  80.  
  81. -- part 4 (button)
  82. -- low flags: 00
  83. -- high flags: 4000
  84. -- rect: left=95 top=110 right=126 bottom=296
  85. -- title width / last selected line: 0
  86. -- icon id / first selected line: 0 / 0
  87. -- text alignment: 1
  88. -- font id: 0
  89. -- text size: 12
  90. -- style flags: 0
  91. -- line height: 16
  92. -- part name: 
  93. ----- HyperTalk script -----
  94. on mouseUp
  95.   groupOne
  96. end mouseUp
  97.  
  98.  
  99.  
  100. -- part 5 (button)
  101. -- low flags: 00
  102. -- high flags: 0000
  103. -- rect: left=95 top=126 right=142 bottom=296
  104. -- title width / last selected line: 0
  105. -- icon id / first selected line: 0 / 0
  106. -- text alignment: 1
  107. -- font id: 0
  108. -- text size: 12
  109. -- style flags: 0
  110. -- line height: 16
  111. -- part name: 
  112. ----- HyperTalk script -----
  113. on mouseUp
  114.   groupOne
  115. end mouseUp
  116.  
  117.  
  118.  
  119. -- part 6 (button)
  120. -- low flags: 00
  121. -- high flags: 0000
  122. -- rect: left=95 top=142 right=158 bottom=296
  123. -- title width / last selected line: 0
  124. -- icon id / first selected line: 0 / 0
  125. -- text alignment: 1
  126. -- font id: 0
  127. -- text size: 12
  128. -- style flags: 0
  129. -- line height: 16
  130. -- part name: 
  131.  
  132.  
  133. -- part 7 (button)
  134. -- low flags: 00
  135. -- high flags: 0000
  136. -- rect: left=95 top=158 right=174 bottom=296
  137. -- title width / last selected line: 0
  138. -- icon id / first selected line: 0 / 0
  139. -- text alignment: 1
  140. -- font id: 0
  141. -- text size: 12
  142. -- style flags: 0
  143. -- line height: 16
  144. -- part name: 
  145.  
  146.  
  147. -- part 8 (button)
  148. -- low flags: 00
  149. -- high flags: 0000
  150. -- rect: left=95 top=174 right=190 bottom=296
  151. -- title width / last selected line: 0
  152. -- icon id / first selected line: 0 / 0
  153. -- text alignment: 1
  154. -- font id: 0
  155. -- text size: 12
  156. -- style flags: 0
  157. -- line height: 16
  158. -- part name: 
  159.  
  160.  
  161. -- part 9 (button)
  162. -- low flags: 00
  163. -- high flags: 0000
  164. -- rect: left=95 top=190 right=206 bottom=296
  165. -- title width / last selected line: 0
  166. -- icon id / first selected line: 0 / 0
  167. -- text alignment: 1
  168. -- font id: 0
  169. -- text size: 12
  170. -- style flags: 0
  171. -- line height: 16
  172. -- part name: 
  173.  
  174.  
  175. -- part 10 (button)
  176. -- low flags: 00
  177. -- high flags: 0000
  178. -- rect: left=95 top=206 right=222 bottom=296
  179. -- title width / last selected line: 0
  180. -- icon id / first selected line: 0 / 0
  181. -- text alignment: 1
  182. -- font id: 0
  183. -- text size: 12
  184. -- style flags: 0
  185. -- line height: 16
  186. -- part name: 
  187.  
  188.  
  189. -- part 11 (button)
  190. -- low flags: 00
  191. -- high flags: 0000
  192. -- rect: left=95 top=222 right=238 bottom=296
  193. -- title width / last selected line: 0
  194. -- icon id / first selected line: 0 / 0
  195. -- text alignment: 1
  196. -- font id: 0
  197. -- text size: 12
  198. -- style flags: 0
  199. -- line height: 16
  200. -- part name: 
  201.  
  202.  
  203. -- part 12 (button)
  204. -- low flags: 00
  205. -- high flags: 0000
  206. -- rect: left=95 top=238 right=254 bottom=296
  207. -- title width / last selected line: 0
  208. -- icon id / first selected line: 0 / 0
  209. -- text alignment: 1
  210. -- font id: 0
  211. -- text size: 12
  212. -- style flags: 0
  213. -- line height: 16
  214. -- part name: 
  215.